Class symantec.itools.awt.DebugWizardController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.DebugWizardController

Object
   |
   +----SimpleWizardController
           |
           +----symantec.itools.awt.DebugWizardController

public class DebugWizardController
extends SimpleWizardController

Constructor Index

 o symantec.itools.awt.DebugWizardController(WizardInterface)

Method Index

 o doCancel()
Called when the CANCEL action has been validated.
 o doFinish()
Called when the FINISH action has been validated.
 o doHelp()
Called when the HELP action has been validated.
 o doPrepare()
Called before the first page is shown.
 o getNextPage()
Return the next page.
 o getPreviousPage()
Return the previous page.
 o isCancelEnabled()
Tells if the Cancel button must be enabled.
 o isFinishEnabled()
Tells if the Finish button must be enabled.
 o isHelpEnabled()
Tells if the Help button must be enabled.
 o isNextEnabled()
Tells if the Next button must be enabled.
 o isPreviousEnabled()
Tells if the Previous button must be enabled.
 o pageHidden(Component)
Called before the page is hidden.
 o pageShown(Component)
Called after a page is shown.
 o preparePage(Component, int)
Called before a page is shown.
 o resetChainInfo()
Reset the chain information set by setPreviousPageIndex, setNextPageIndex, setPreviousPage, setNextPage, and setXxxEnabled.
 o setCancelEnabled(boolean)
Set the state of the Cancel button.
 o setFinishEnabled(boolean)
Set the state of the Finish button.
 o setHelpEnabled(boolean)
Set the state of the Help button.
 o setNextEnabled(boolean)
Set the state of the Next button.
 o setNextPage(Component)
Set a next page.
 o setNextPageIndex(int)
Set an index for the next page.
 o setPreviousEnabled(boolean)
Set the state of the Previous button.
 o setPreviousPage(Component)
Set a previous page.
 o setPreviousPageIndex(int)
Set an index for the previous page.
 o validatePage(Component, Component, int)
Try to validate a page.

Constructors

 o DebugWizardController
public DebugWizardController(WizardInterface wizard)

Methods

 o doCancel
public void doCancel()
Called when the CANCEL action has been validated.

Overrides:
doCancel in class SimpleWizardController
 o doFinish
public void doFinish()
Called when the FINISH action has been validated.

Overrides:
doFinish in class SimpleWizardController
 o doHelp
public void doHelp()
Called when the HELP action has been validated.

Overrides:
doHelp in class SimpleWizardController
 o doPrepare
public void doPrepare()
Called before the first page is shown.

Overrides:
doPrepare in class SimpleWizardController
 o getNextPage
public java.awt.Component getNextPage()
Return the next page.

Overrides:
getNextPage in class SimpleWizardController
 o getPreviousPage
public java.awt.Component getPreviousPage()
Return the previous page.

Overrides:
getPreviousPage in class SimpleWizardController
 o isCancelEnabled
public boolean isCancelEnabled()
Tells if the Cancel button must be enabled.

Overrides:
isCancelEnabled in class SimpleWizardController
 o isFinishEnabled
public boolean isFinishEnabled()
Tells if the Finish button must be enabled.

Overrides:
isFinishEnabled in class SimpleWizardController
 o isHelpEnabled
public boolean isHelpEnabled()
Tells if the Help button must be enabled.

Overrides:
isHelpEnabled in class SimpleWizardController
 o isNextEnabled
public boolean isNextEnabled()
Tells if the Next button must be enabled.

Overrides:
isNextEnabled in class SimpleWizardController
 o isPreviousEnabled
public boolean isPreviousEnabled()
Tells if the Previous button must be enabled.

Overrides:
isPreviousEnabled in class SimpleWizardController
 o pageHidden
public void pageHidden(Component comp)
Called before the page is hidden.

Overrides:
pageHidden in class SimpleWizardController
 o pageShown
public void pageShown(Component comp)
Called after a page is shown.

Overrides:
pageShown in class SimpleWizardController
 o preparePage
public void preparePage(Component comp,
                        int action)
Called before a page is shown.

Overrides:
preparePage in class SimpleWizardController
 o resetChainInfo
public void resetChainInfo()
Reset the chain information set by setPreviousPageIndex, setNextPageIndex, setPreviousPage, setNextPage, and setXxxEnabled.

Overrides:
resetChainInfo in class SimpleWizardController
 o setCancelEnabled
public void setCancelEnabled(boolean status)
Set the state of the Cancel button.

Overrides:
setCancelEnabled in class SimpleWizardController
 o setFinishEnabled
public void setFinishEnabled(boolean status)
Set the state of the Finish button.

Overrides:
setFinishEnabled in class SimpleWizardController
 o setHelpEnabled
public void setHelpEnabled(boolean status)
Set the state of the Help button.

Overrides:
setHelpEnabled in class SimpleWizardController
 o setNextEnabled
public void setNextEnabled(boolean status)
Set the state of the Next button.

Overrides:
setNextEnabled in class SimpleWizardController
 o setNextPage
public void setNextPage(Component comp)
Set a next page.

Overrides:
setNextPage in class SimpleWizardController
 o setNextPageIndex
public void setNextPageIndex(int index)
Set an index for the next page.

Overrides:
setNextPageIndex in class SimpleWizardController
 o setPreviousEnabled
public void setPreviousEnabled(boolean status)
Set the state of the Previous button.

Overrides:
setPreviousEnabled in class SimpleWizardController
 o setPreviousPage
public void setPreviousPage(Component comp)
Set a previous page.

Overrides:
setPreviousPage in class SimpleWizardController
 o setPreviousPageIndex
public void setPreviousPageIndex(int index)
Set an index for the previous page.

Overrides:
setPreviousPageIndex in class SimpleWizardController
 o validatePage
public boolean validatePage(Component comp,
                            Component target,
                            int action)
Try to validate a page.

Overrides:
validatePage in class SimpleWizardController

All Packages  Class Hierarchy  This Package  Previous  Next  Index